home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / tman.lha / tman / list.tex / img5.png < prev    next >
Portable Network Graphic  |  1988-10-28  |  10KB  |  1207x138  |  8-bit (25 colors)
Labels: text | screenshot | font | diagram
OCR: Returns true if object is either a pair or the empty list. (LIST? '(A B C))=true (LIST? '(A. 15)) (LIST?'()) ⇒true ⇒true (LIST? 'FOO) ⇒false